From: Brion Vibber Date: Wed, 20 Apr 2005 22:37:15 +0000 (+0000) Subject: Add another test case to make sure subst fixes don't break template safety X-Git-Tag: 1.5.0alpha1~222 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=ab2228d19262026f3688669f3a8912912e02c8dc;p=lhc%2Fweb%2Fwiklou.git Add another test case to make sure subst fixes don't break template safety --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index c3a730bec0..0303c2135d 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1465,6 +1465,22 @@ This template has in it. !! end +!! article +Template:dangerous +!!text +Oh no +!!endarticle + +!!test +(confirming safety of fix for subst bug 1936) +!! input +{{Template:dangerous}} +!! result +

Oh no +

+!! end + + ### ### Message transform tests ###